projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2716421
)
(allout-keybindings-list): Remove C-h binding to allow users to ask
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 30 Nov 2008 16:19:31 +0000
(16:19 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 30 Nov 2008 16:19:31 +0000
(16:19 +0000)
for help.
lisp/allout.el
patch
|
blob
|
history
diff --git
a/lisp/allout.el
b/lisp/allout.el
index 0c60e5424d04e6be238907ce82bf703eaa344cbe..b25a1271aae46e113288921f9fb196a3ab0d8ea1 100644
(file)
--- a/
lisp/allout.el
+++ b/
lisp/allout.el
@@
-136,7
+136,7
@@
unless optional third, non-nil element is present.")
; Exposure commands:
("\C-i" allout-show-children)
("\C-s" allout-show-current-subtree)
- ("\C-h" allout-hide-current-subtree)
+
;;
("\C-h" allout-hide-current-subtree)
("\C-t" allout-toggle-current-subtree-exposure)
("h" allout-hide-current-subtree)
("\C-o" allout-show-current-entry)